vr2-3-11.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-11.wrl
#Three diamonds
Transform {
  scale 1 0.5 1
  scaleOrientation 0 0 1 0.7854
  rotation 0 0 1 0.7854
  children DEF Dia Shape {
    appearance Appearance {
      material Material {
        diffuseColor 0 1 0
      }
    }
    geometry Box { size 10 10 5 }
  }
}
Transform {
  translation -6 -10.5 0
  scale 1 0.5 1
  scaleOrientation 0 0 1 0.7854
  rotation 0 0 1 2.8794
  children USE Dia
}
Transform {
  translation 6 -10.5 0
  scale 1 0.5 1
  scaleOrientation 0 0 1 0.7854
  rotation 0 0 1 4.9738
  children USE Dia 
}